PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / drawFormXObject Method / drawFormXObject(PDFFormXObject,double,double,double,double) Method
to draw.
The x-coordinate of the upper-left corner of the drawn form XObject.
The y-coordinate of the upper-left corner of the drawn form XObject.
Width of the drawn form XObject.
Height of the drawn form XObject.
In This Topic
    drawFormXObject(PDFFormXObject,double,double,double,double) Method
    In This Topic
    Draws the specified at the specified location and with the specified size.
    Syntax
    public void drawFormXObject( 
       PDFFormXObject formXObject,
       double x,
       double y,
       double width,
       double height
    )

    Parameters

    formXObject
    to draw.
    x
    The x-coordinate of the upper-left corner of the drawn form XObject.
    y
    The y-coordinate of the upper-left corner of the drawn form XObject.
    width
    Width of the drawn form XObject.
    height
    Height of the drawn form XObject.
    See Also